-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds custom resource for installing Consul. #291
Conversation
These custom resources move the logic of managing the system's Consul installation separate from the custom resource for managing the service.
I am deferring the management of TLS certificates to wrapper cookbooks. This closes #247.
Adds custom resource for installing Consul.
@johnbellone Thank you very much for this PR. It is really a big deal! 👍 But I've noticed that you've removed symlink creation ( |
@legal90 I believe it may be because it's tricky to orchestrate a symlink across providers, when not all platforms would use/need it (looking at you Windows). My guess is that @johnbellone decided to forgo the management of it as it's only referenced in the service script, and that will get updated automatically. |
That being said, we should probably remove this default value: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
/cc @acaiafa @sh9189
Closes #251
Closes #247